Deprecations in Automation Catalog
Important Note: All Automation Catalog APIs are being deprecated as of 2021.1. Automation Catalog functionality is now moved to Operations Manager.
The table below shows the list of deprecations in Automation Catalog and their equivalent method in Operations Manager.
| Route (Workflow Task) | Description | Deprecation Release | Scheduled Removal Release | Equivalent Method | 
|---|---|---|---|---|
| API: {PUT} /automation_catalog/:id/scheduleWF Task: scheduleAutomation | Updates the automation schedule. | 2020.1 | 2022.1 | API: {PATCH} /operations-manager/triggers/:idWF Task: updateTrigger | 
| API: {POST} /automation_catalog/automationsWF Task: createAutomation | Creates an automation. | 2021.1 | 2022.1 | API: {POST} /operations-manager/automationsWF Task: createAutomation | 
| API: {GET} /automation_catalog/automationsWF Task: getAutomations | Gets all automations. | 2021.1 | 2022.1 | API: {GET} /operations-manager/automationsWF Task: getAutomations | 
| API: {DELETE} /automation_catalog/automationsWF Task: deleteAutomations | Deletes automations with an array of IDs. | 2021.1 | 2022.1 | API: {DELETE} /operations-manager/automationsWF Task: deleteAutomation | 
| API: {GET} /automation_catalog/automations/:idWF Task: getAutomationById | Gets a single automation by its ID. | 2021.1 | 2022.1 | API: {POST} /operations-manager/automations/:idWF Task: getAutomation | 
| API: {PUT} /automation_catalog/automations/:idWF Task: updateAutomation | Updates automation attributes (including scheduling data). | 2021.1 | 2022.1 | API: {PATCH} /operations-manager/automations/:idWF Task: updateAutomation | 
| API: {POST} /automation_catalog/automations/:id/runWF Task: runAutomation | Single run of an automation outside its scheduled runs. | 2021.1 | 2022.1 | API: {PATCH} /operations-manager/triggers/manual/:id/runWF Task: runManualTrigger | 
| API: {POST} /automation_catalog/automations/importWF Task: importAutomations | Import automation documents. | 2021.1 | 2022.1 | API: {PUT} /operations-manager/automationsWF Task: importAutomations | 
| API: {GET} /automation_catalog/automations/:id/exportWF Task: exportAutomation | Exports a single automation. | 2021.1 | 2022.1 | API: {GET} /operations-manager/automations/:id/exportWF Task: exportAutomation |